SanitationError

public interface SanitationError

A sanitation error occurred when modifying the spell check dictionary.

Before a word is added to or removed from the dictionary, it undergoes a sanitation process that filters out duplicates, invalid words, and words that are missing from the dictionary.

Since

8.14.0

See also

Functions

Link copied to clipboard
The reason why the word failed sanitation.
Link copied to clipboard
public String word()
The word that failed sanitation.